home *** CD-ROM | disk | FTP | other *** search
-
- o creation of (relative) destination directories of unlimited depth,
- i.e. a/b/c will create c in b after creating b in a if non-existant.
-
- o derive CP(Y) from CPDIST w/ CPDIST-like usage also available:
-
- > CP @distfile destination/
-
- ... but also all the other features of a good copy command like
-
- > CP sourcefile1 ... sourcefileN destinationpath/
-
- w/ pattern matching for the filenames, or
-
- > CP -r dir1 ... dirN file1 ... fileN destinationpath/
-
- with ´-r' or ´--recursively' forcing cv to decent a path recursively
-
- > CP -m infile1 ... infileN outfile
-
- merging files to one output file
-
- > CP -s1024 file1 ... fileN outpath/
-
- splitting files after 1024 bytes and generating file1.1 to file1.X
- in the output path
-
-
-
-
-